GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-05T14:14:22.9136175+00:00",
"SubmitDate": "2025-12-05T14:14:22.9136175+00:00",
"ReportPeriodStart": "2025-12-05T14:14:22.9292387+00:00",
"ReportPeriodEnd": "2025-12-05T14:14:22.9292387+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "43b507d9-b820-48e6-bca4-eec07003dc52",
"Rows": [
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "43b507d9-b820-48e6-bca4-eec07003dc52",
"Rows": [
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23816839-9e89-45c2-9979-d4ebdc296837",
"52548f43-4373-4eaa-ae1e-ffe99208d115"
],
"Approvers": [
"ca54ec40-fcba-45a5-ad5b-8f127171a5a7",
"a671ab38-0cb8-4de7-893f-83cfabfa7fe9"
],
"ApprovedBy": "0579bb38-0608-46e0-a56b-acca00bce804",
"ApprovalDate": "2025-12-05T14:14:22.9292387+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "78dd2aa0-0d46-4449-8805-9480a05fafb6",
"id": "090c4224-4fc6-42c6-b8d5-866177f62b94",
"ConfigId": "ed09db29-65cb-4753-974f-ee38d1a727c1"
},
{
"GenerationDate": "2025-12-05T14:14:22.9136175+00:00",
"SubmitDate": "2025-12-05T14:14:22.9136175+00:00",
"ReportPeriodStart": "2025-12-05T14:14:22.9292387+00:00",
"ReportPeriodEnd": "2025-12-05T14:14:22.9292387+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "43b507d9-b820-48e6-bca4-eec07003dc52",
"Rows": [
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "43b507d9-b820-48e6-bca4-eec07003dc52",
"Rows": [
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffefb61b-808f-4430-8e45-12fdcac20096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23816839-9e89-45c2-9979-d4ebdc296837",
"52548f43-4373-4eaa-ae1e-ffe99208d115"
],
"Approvers": [
"ca54ec40-fcba-45a5-ad5b-8f127171a5a7",
"a671ab38-0cb8-4de7-893f-83cfabfa7fe9"
],
"ApprovedBy": "0579bb38-0608-46e0-a56b-acca00bce804",
"ApprovalDate": "2025-12-05T14:14:22.9292387+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "78dd2aa0-0d46-4449-8805-9480a05fafb6",
"id": "090c4224-4fc6-42c6-b8d5-866177f62b94",
"ConfigId": "ed09db29-65cb-4753-974f-ee38d1a727c1"
}
]